From: Gerd Moellmann Date: Wed, 16 May 2001 15:09:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40281 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2cbae584c921d67ece919086143fd2731cde2cb8;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef41a4d5aca..97c3f84f4b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-05-16 Gerd Moellmann + * tooltip.el (tooltip) : Put it in `gud' group instead + of `c'. + * textmodes/outline.el (outline-font-lock-level): Remove the condition-case, test what outline-level returns instead, to ease debugging. diff --git a/src/ChangeLog b/src/ChangeLog index d88b38f66b8..2ceb4ed297f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-05-16 Gerd Moellmann + * xfaces.c (split_font_name): Use the right field when + checking for `[...]' syntax. + * buffer.c (copy_overlays): New function. (clone_per_buffer_values): Use it.